home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Telecom / Terminal Programs / Terminal 2.0 / Hdrs / CRC.h < prev    next >
Encoding:
Text File  |  1990-11-19  |  141 b   |  8 lines  |  [TEXT/KAHL]

  1. /*
  2.     Terminal 2.0
  3.     "CRC.h"
  4. */
  5.  
  6. unsigned short CalcCRC(Byte *, unsigned long, unsigned short);
  7. unsigned short UpdateCRC(Byte, unsigned short);
  8.